Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(e2e): fix tests for new cucumber-js #2765

Merged
merged 1 commit into from
Aug 15, 2017
Merged

test(e2e): fix tests for new cucumber-js #2765

merged 1 commit into from
Aug 15, 2017

Conversation

chrahunt
Copy link
Contributor

@chrahunt chrahunt commented Jul 9, 2017

Update cucumber tests to address the following incompatibilities:

  1. usage of defineSupportCode instead of relying on invocation with
    appropriate this the modules required by cucumber-js
  2. replace regex literals with cucumber expression strings, as the
    former cause issues when non-existent capture groups are parsed
  3. migrate from old-style tag selection syntax

Fixes #2764

Update cucumber tests to address the following incompatibilities:

1. usage of `defineSupportCode` instead of relying on invocation with
   appropriate `this` the modules `require`d by cucumber-js
2. replace regex literals with cucumber expression strings, as the
   former cause issues when non-existent capture groups are parsed
3. migrate from old-style tag selection syntax

Fixes #2764
@chrahunt
Copy link
Contributor Author

Rebased on master so all tests pass.

@dignifiedquire dignifiedquire merged commit fafa700 into karma-runner:master Aug 15, 2017
@dignifiedquire
Copy link
Member

Thank you :octocat:

@chrahunt chrahunt deleted the fix-e2e-tests branch October 28, 2017 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants